home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / oddech / tobogan / Toboggan_Run.exe / scripts / DefineButton2_672 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-24  |  358b  |  12 lines

  1. on(release){
  2.    _root.pushmovie.ringtop.stop();
  3.    _root.pushmovie.ringbottom.stop();
  4.    _parent.groupyay.gotoAndPlay("groupyaystart");
  5.    _parent.hooraysound.gotoAndPlay("hooraystart");
  6.    nextFrame();
  7.    endsound = new Sound();
  8.    endsound.attachSound("endvoice");
  9.    endsound.start();
  10.    _root.pushmovie.mainbutton.gotoAndStop("deactivate");
  11. }
  12.